home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / math / ast53src.zip / DATA.C < prev    next >
C/C++ Source or Header  |  1996-09-29  |  21KB  |  555 lines

  1. /*
  2. ** Astrolog (Version 5.30) File: data.c
  3. **
  4. ** IMPORTANT NOTICE: The graphics database and chart display routines
  5. ** used in this program are Copyright (C) 1991-1996 by Walter D. Pullen
  6. ** (Astara@msn.com, http://www.magitech.com/~cruiser1/astrolog.htm).
  7. ** Permission is granted to freely use and distribute these routines
  8. ** provided one doesn't sell, restrict, or profit from them in any way.
  9. ** Modification is allowed provided these notices remain with any
  10. ** altered or edited versions of the program.
  11. **
  12. ** The main planetary calculation routines used in this program have
  13. ** been Copyrighted and the core of this program is basically a
  14. ** conversion to C of the routines created by James Neely as listed in
  15. ** Michael Erlewine's 'Manual of Computer Programming for Astrologers',
  16. ** available from Matrix Software. The copyright gives us permission to
  17. ** use the routines for personal use but not to sell them or profit from
  18. ** them in any way.
  19. **
  20. ** The PostScript code within the core graphics routines are programmed
  21. ** and Copyright (C) 1992-1993 by Brian D. Willoughby
  22. ** (brianw@sounds.wa.com). Conditions are identical to those above.
  23. **
  24. ** The extended accurate ephemeris databases and formulas are from the
  25. ** calculation routines in the program "Placalc" and are programmed and
  26. ** Copyright (C) 1989,1991,1993 by Astrodienst AG and Alois Treindl
  27. ** (alois@azur.ch). The use of that source code is subject to
  28. ** regulations made by Astrodienst Zurich, and the code is not in the
  29. ** public domain. This copyright notice must not be changed or removed
  30. ** by any user of this program.
  31. **
  32. ** Initial programming 8/28,30, 9/10,13,16,20,23, 10/3,6,7, 11/7,10,21/1991.
  33. ** X Window graphics initially programmed 10/23-29/1991.
  34. ** PostScript graphics initially programmed 11/29-30/1992.
  35. ** Last code change made 9/22/1996.
  36. */
  37.  
  38. #include "astrolog.h"
  39.  
  40.  
  41. /*
  42. ******************************************************************************
  43. ** Global Variables.
  44. ******************************************************************************
  45. */
  46.  
  47. #ifdef __TURBOC__
  48. extern unsigned _stklen = 0x4000;
  49. #endif
  50.  
  51. US NPTR us = {
  52.  
  53.   /* Chart types */
  54.   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  55.  
  56.   /* Chart suboptions */
  57.   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  58.  
  59.   /* Table chart types */
  60.   0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  61.  
  62.   /* Main flags */
  63.   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  64.  
  65.   /* Main subflags */
  66. #ifdef SWITCHES
  67.   fFalse,
  68. #else
  69.   fTrue,
  70. #endif
  71.   0, 0, 0, 0, 0, 0, 0,
  72.  
  73.   /* Rare flags */
  74. #ifdef TRUENODE
  75.   fTrue,
  76. #else
  77.   fFalse,
  78. #endif
  79.   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  80.  
  81.   /* Value settings */
  82.   0,
  83.   0,
  84.   0,
  85.   DEFAULT_SYSTEM,
  86.   DEFAULT_ASPECTS,
  87.   oEar,
  88.   0,
  89.   1,
  90.   0,
  91.   0,
  92.   0,
  93.   DIVISIONS,
  94.   SCREENWIDTH,
  95.   0.0,
  96.   DEFAULT_ZONE,
  97.   DEFAULT_LONG,
  98.   DEFAULT_LAT,
  99.  
  100.   /* Value subsettings */
  101.  
  102.   4, 5, cPart, 0.0, 365.25, 1, 1, 24, 0L, 0, BIODAYS};
  103.  
  104. IS NPTR is = {
  105.   fFalse, fFalse, fFalse, fFalse, fFalse, fFalse, fFalse, fFalse,
  106.   NULL, NULL, NULL, NULL, 0, 0, 0, 0.0, 0.0, 0.0,
  107.   NULL, 0.0, 0.0, 0.0, 0.0, 0.0};
  108.  
  109. CI ciCore = {11, 19, 1971, 11.01, 0.0, 8.0, 122.20, 47.36, "", ""};
  110. CI ciMain = {-1, 0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, "", ""};
  111. CI ciTwin = {9, 11, 1991, 0.01, 0.0, 0.0, 122.20, 47.36, "", ""};
  112. CI ciThre = {-1, 0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, "", ""};
  113. CI ciFour = {-1, 0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, "", ""};
  114. CI ciTran = {12, 31, 1999, 23.59, 0.0, 0.0, 0.0, 0.0, "", ""};
  115. CI ciSave = {9, 22, 1996, 11.005, 1.0, 8.0, 122.20, 47.36, "", ""};
  116. CP cp0, cp1, cp2;
  117.  
  118.  
  119. /*
  120. ******************************************************************************
  121. ** Global Arrays.
  122. ******************************************************************************
  123. */
  124.  
  125. real spacex[oNorm+1], spacey[oNorm+1], spacez[oNorm+1], force[objMax];
  126. GridInfo FPTR *grid = NULL;
  127. int starname[cStar+1], kObjA[objMax];
  128. char *szMacro[48];
  129.  
  130. /* Restriction status of each object, as specified with -R switch. */
  131.  
  132. byte ignore[objMax] = {0,
  133.   0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                   /* Planets  */
  134.   0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                   /* Minors   */
  135.   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,             /* Cusps    */
  136.   0, 0, 0, 0, 0, 0, 0, 0,                         /* Uranians */
  137.   0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,  /* Stars    */
  138.   0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
  139.  
  140. /* Restriction of objects when transiting, as specified with -RT switch. */
  141.  
  142. byte ignore2[objMax] = {0,
  143.   0, 1, 0, 0, 0, 0, 0, 0, 0, 0,                   /* Planets  */
  144.   0, 0, 0, 0, 0, 0, 1, 1, 1, 1,                   /* Minors   */
  145.   1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,             /* Cusps    */
  146.   0, 0, 0, 0, 0, 0, 0, 0,                         /* Uranians */
  147.   0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,  /* Stars    */
  148.   0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
  149.  
  150. byte ignorez[4] = {0, 0, 0, 0};    /* Restrictions for -Zd chart events. */
  151.  
  152. /* Gauquelin sector plus zones, as specified with -Yl switch. */
  153.  
  154. byte pluszone[cSector+1] = {0,
  155.   1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1,
  156.   1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1};
  157.  
  158.  
  159. /*
  160. ******************************************************************************
  161. ** Global Tables.
  162. ******************************************************************************
  163. */
  164.  
  165. CONST char *szAppName = szAppNameCore;
  166.  
  167. CONST char *szSignName[cSign+1] = {"",
  168.   "Aries", "Taurus", "Gemini", "Cancer", "Leo",
  169.   "Virgo", "Libra", "Scorpio",
  170.   "Sagittarius", "Capricorn", "Aquarius", "Pisces"};
  171.  
  172. CONST char *szSignAbbrev[cSign+1] = {"",
  173.   "Ar", "Ta", "Ge", "Cn", "Le", "Vi", "Li", "Sc", "Sg", "Cp", "Aq", "Pi"};
  174.  
  175. CONST char * ARR szSignEnglish[cSign+1] = {"",
  176.   "Ram", "Bull", "Twins", "Crab", "Lion", "Virgin",
  177.   "Scales", "Scorpion", "Archer", "Sea Goat", "Water Bearer", "Fishes"};
  178.  
  179. CONST char * ARR szHouseTradition[cSign+1] = {"",
  180.   "Personality", "Money", "Communication", "Home",
  181.   "Children", "Servants", "Marriage", "Death",
  182.   "Long Journeys Over Water", "Career", "Friends", "Troubles"};
  183.  
  184. CONST char * ARR szObjName[objMax] = {
  185.   "Earth", "Sun", "Moon", "Mercury", "Venus", "Mars",       /* Planets   */
  186.   "Jupiter", "Saturn", "Uranus", "Neptune", "Pluto",
  187.   "Chiron", "Ceres", "Pallas", "Juno", "Vesta",             /* Asteroids */
  188.   "Node", "Lilith", "Fortune", "Vertex", "East Point",      /* Others    */
  189.   "Ascendant", "2nd Cusp", "3rd Cusp", "Nadir",             /* Cusps     */
  190.   "5th Cusp", "6th Cusp", "Descendant", "8th Cusp",
  191.   "9th Cusp", "Midheaven", "11th Cusp", "12th Cusp",
  192.   "Cupido", "Hades", "Zeus", "Kronos",                      /* Uranians  */
  193.   "Apollon", "Admetos", "Vulkanus", "Poseidon",
  194.  
  195.   "Achernar", "Polaris", "Zeta Retic.", "Pleiades",         /* Stars     */
  196.   "Aldebaran", "Capella", "Rigel", "Bellatrix", "Alnath",
  197.   "Orion", "Betelgeuse", "Menkalinan", "Murzim", "Canopus",
  198.   "Alhena", "Sirius", "Adara", "Wezen", "Castor",
  199.   "Procyon", "Pollux", "Suhail", "Avior", "Miaplacidus",
  200.   "Alphard", "Regulus", "Dubhe", "Acrux", "Gacrux",
  201.   "Becrux", "Alioth", "Spica", "Alkaid", "Agena",
  202.   "Arcturus", "Rigel Kent.", "Antares", "Shaula", "Sargas",
  203.   "Kaus Austr.", "Vega", "Altair", "Peacock", "Deneb",
  204.   "Alnair", "Fomalhaut", "Andromeda"};
  205.  
  206. CONST char * ARR szSystem[cSystem] = {
  207.   "Placidus", "Koch", "Equal", "Campanus", "Meridian",
  208.   "Regiomontanus", "Porphyry", "Morinus", "Topocentric",
  209.   "Alcabitius", "Equal (MC)", "Neo-Porphyry", "Whole", "Null"};
  210.  
  211. CONST char * ARR szAspectName[cAspect+1] = {"",
  212.   "Conjunct", "Opposite", "Square", "Trine", "Sextile",
  213.   "Inconjunct", "Semisextile", "Semisquare", "Sesquiquadrate",
  214.   "Quintile", "Biquintile",
  215.   "Semiquintile", "Septile", "Novile",
  216.   "Binovile", "Biseptile", "Triseptile", "Quatronovile"};
  217.  
  218. char * ARR szAspectAbbrev[cAspect+1] = {"",
  219.   "Con", "Opp", "Squ", "Tri", "Sex",
  220.   "Inc", "SSx", "SSq", "Ses", "Qui", "BQn",
  221.   "SQn", "Sep", "Nov", "BNv", "BSp", "TSp", "QNv"};
  222.  
  223. CONST char * ARR szAspectGlyph[cAspect+1] = {"",
  224.   "Circle with extending line", "Two circles joined by line",
  225.   "Quadrilateral", "Triangle", "Six pointed asterisk",
  226.   "'K' rotated right", "'K' rotated left", "Acute angle",
  227.   "Square with extending lines", "Letter 'Q'", "'+' over '-'",
  228.   "'-' over '+'", "Number '7'", "Number '9'", "'9' under Roman 'II'",
  229.   "'7' under Roman 'II'", "'7' under Roman 'III'", "'9' under Roman 'IV'"};
  230.  
  231. CONST char *szAspectConfig[cAspConfig+1] = {"",
  232.   "Stellium", "Grand Trine", "T-Square", "Yod", "Grand Cross", "Cradle"};
  233.  
  234. CONST char *szElem[4] = {"Fire", "Earth", "Air", "Water"};
  235.  
  236. CONST char *szMode[3] = {"Cardinal", "Fixed", "Mutuable"};
  237.  
  238. CONST char *szMonth[cSign+1] = {"",
  239.   "January", "February", "March", "April", "May", "June",
  240.   "July", "August", "September", "October", "November", "December"};
  241.  
  242. CONST char *szDay[cWeek] = {"Sunday", "Monday", "Tuesday", "Wednesday",
  243.   "Thursday", "Friday", "Saturday"};
  244.  
  245. CONST char * ARR szZon[cZone] = {
  246.   "HST", "HT", "H", "CAT", "AHS", "HDT", "AHD", "YST", "YT", "Y", "YDT",
  247.   "PST", "PT", "P", "PDT", "PWT", "MST", "MT", "M", "MDT", "MWT",
  248.   "CST", "CT", "C", "CDT", "CWT", "EST", "ET", "E", "EDT", "EWT",
  249.   "AST", "AT", "A", "ADT", "AWT", "BST", "BT", "B", "BDT", "WAT",
  250.   "GMT", "GT", "G", "WET", "CET", "EET", "UZ3", "UZ4",
  251.   "IST", "IT", "I", "UZ5", "NST", "SST", "CCT", "JST", "JT", "J",
  252.   "SAS", "GST", "UZ1", "NZT", "ZT", "Z", "IDL", "LMT", "LT", "L"};
  253.  
  254. CONST real ARR rZon[cZone] = {
  255.   10.30, 10.30, 10.30, 10.0, 10.0, 9.30, 9.0, 9.0, 9.0, 9.0, 8.0,
  256.   8.0, 8.0, 8.0, 7.0, 7.0, 7.0, 7.0, 7.0, 6.0, 6.0,
  257.   6.0, 6.0, 6.0, 5.0, 5.0, 5.0, 5.0, 5.0, 4.0, 4.0,
  258.   4.0, 4.0, 4.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0,
  259.   0.0, 0.0, 0.0, 0.0, -1.0, -2.0, -4.0, -5.0,
  260.   -5.30, -5.30, -5.30, -6.0, -6.30, -7.0, -8.0, -9.0, -9.0, -9.0,
  261.   -9.30, -10.0, -11.0, -11.30, -11.30, -11.30, -12.0, 24.0, 24.0, 24.0};
  262.  
  263. CONST char *szDir[4] = {"North", "East", "South", "West"};
  264.  
  265. CONST char *szSuffix[cSign+1] = {"",
  266.   "st", "nd", "rd", "th", "th", "th", "th", "th", "th", "th", "th", "th"};
  267.  
  268. real rAspAngle[cAspect+1] = {0,
  269.   0.0, 180.0, 90.0, 120.0, 60.0, 150.0, 30.0, 45.0, 135.0, 72.0, 144.0,
  270.   36.0, rDegMax/7.0, 40.0, 80.0, 720.0/7.0, 1080.0/7.0, 160.0};
  271.  
  272. real rAspOrb[cAspect+1] = {0,
  273.   7.0, 7.0, 7.0, 7.0, 6.0, 3.0, 3.0, 3.0, 3.0, 2.0, 2.0,
  274.   1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0};
  275.  
  276. real rObjOrb[oNorm+1] = {360.0,
  277.   360.0, 360.0, 360.0, 360.0, 360.0, 360.0, 360.0, 360.0, 360.0, 360.0,
  278.   360.0, 360.0, 360.0, 360.0, 360.0, 2.0, 2.0, 360.0, 360.0, 2.0,
  279.   360.0, 360.0, 360.0, 360.0, 360.0, 360.0,
  280.   360.0, 360.0, 360.0, 360.0, 360.0, 360.0,
  281.   360.0, 360.0, 360.0, 360.0, 360.0, 360.0, 360.0, 360.0};
  282.  
  283. real rObjAdd[oNorm+1] = {0.0,
  284.   1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
  285.   0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
  286.   0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
  287.   0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0};
  288.  
  289. int ruler1[oNorm+1] = {0,
  290.    5,  4,  3,  7,  1,  9, 10, 11, 12,  8,
  291.   12,  2,  6,  7,  8, 11,  8, 12,  7,  1,
  292.    1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12,
  293.    7,  8,  5, 10,  9,  6,  1,  9};
  294. int ruler2[oNorm+1] = {0,
  295.    0,  0,  6,  2,  8, 12, 11,  0,  0,  0,
  296.    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  297.    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  298.    0,  0,  0,  0,  0,  0,  0,  0};
  299. int exalt[oNorm+1] = {0,
  300.    1,  2, 11, 12, 10,  4,  7,  8,  9,  6,
  301.    4,  4, 10,  5, 11,  6, 12,  9, 12, 10,
  302.    5,  6,  7,  8,  9, 10, 11, 12,  1,  2,  3,  4,
  303.    3,  6,  1,  9, 11,  8,  5, 12};
  304.  
  305.   /* This array is the reverse of the ruler arrays:   */
  306.   /* Here, given a sign, return what planet rules it. */
  307. CONST int rules[cSign+1] = {0,
  308.   5, 4, 3, 2, 1, 3, 4, 10, 6, 7, 8, 9};
  309.  
  310. CONST char * ARR szColor[cColor] = {"Black",
  311.   "Maroon", "DkGreen", "Orange", "DkBlue", "Purple", "DkCyan", "LtGray",
  312.   "Gray", "Red", "Green", "Yellow", "Blue", "Magenta", "Cyan", "White"};
  313. int kMainA[9] = {kBlack, kWhite, kLtGray, kDkGray,
  314.   kMaroon, kDkGreen, kDkCyan, kDkBlue, kMagenta};
  315. int kRainbowA[8] = {kWhite,
  316.   kRed, kOrange, kYellow, kGreen, kCyan, kBlue, kPurple};
  317. int kElemA[4] = {kRed, kYellow, kGreen, kBlue};
  318. int kAspA[cAspect+1] = {kWhite,
  319.   kYellow, kBlue, kRed, kGreen, kCyan,
  320.   kMagenta, kMagenta, kOrange, kOrange, kDkCyan, kDkCyan,
  321.   kDkCyan, kMaroon, kPurple, kPurple, kMaroon, kMaroon, kPurple};
  322.  
  323. /* Influence information used by ChartInfluence() follows. The influence of */
  324. /* a planet in its ruling or exalting sign or house is tacked onto the last */
  325. /* two positions of the object and house influence array, respectively.     */
  326.  
  327.   /* The inherent strength of each planet - */
  328. real rObjInf[oNorm+3] = {0,
  329.   30, 25, 10, 10, 10, 10, 10, 10, 10, 10,
  330.   5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
  331.   20, 10, 10, 10, 10, 10, 10, 10, 10, 15, 10, 10,
  332.   3, 3, 3, 3, 3, 3, 3, 3,
  333.   20, 10};
  334.  
  335.   /* The inherent strength of each house - */
  336. real rHouseInf[cSign+3]  = {0,
  337.   20, 0, 0, 10, 0, 0, 5, 0, 0, 15, 0, 0,
  338.   15, 5};
  339.  
  340.   /* The inherent strength of each aspect - */
  341. real rAspInf[cAspect+1] = {0.0,
  342.   1.0, 0.8, 0.8, 0.6, 0.6, 0.4, 0.4, 0.2, 0.2,
  343.   0.2, 0.2, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1};
  344.  
  345.   /* The inherent strength of each planet when transiting - */
  346. real rTransitInf[oNorm+3] = {0,
  347.   10, 4, 8, 9, 20, 30, 35, 40, 45, 50,
  348.   30, 15, 15, 15, 15, 30,
  349.   1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  350.   50, 50, 50, 50, 50, 50, 50, 50};
  351.  
  352. CONST real rObjDist[oVes+1] = {149.59787, 0.0, 0.3844,
  353.   57.91, 108.2, 227.94, 778.33, 1426.98, 2870.99, 4497.07, 5913.52,
  354.   13.670*149.59787, 2.767*149.59787, 2.770*149.59787, 2.669*149.59787,
  355.   2.361*149.59787};
  356. CONST real rObjYear[oVes+1] = {1, 0, 27.32166/365.25,
  357.   87.969/365.25, 224.701/365.25, 686.98/365.25, 11.8623,
  358.   29.458, 84.01, 164.79, 248.54,
  359.   51.0, 4.60, 4.61, 4.36, 3.63};
  360. CONST real rObjDiam[oVes+1] = {12756.0, 1392000.0, 3476.0,
  361.   4878.0, 12102.0, 6786.0, 142984.0, 120536.0, 51118.0, 49528.0, 2300.0,
  362.   320.0, 955.0, 538.0, 226.0, 503.0};
  363. CONST real rObjDay[oPlu+1] = {24.0, 30.0*24.0, 27.322*24.0,
  364.   58.65*24.0, 243.01*24.0, 24.6229, 9.841, 10.233, 17.9, 19.2, 6.3872*24.0};
  365. CONST real rObjMass[oPlu+1] = {1.0, 322946.0, 0.0123,
  366.   0.0553, 0.8149, 0.1074, 317.938, 95.181, 14.531, 17.135, 0.0022};
  367. CONST real rObjAxis[oPlu+1] = {23.5, 0.0, 6.7,
  368.   2.0, 2.7, 25.19, 3.12, 26.73, 82.14, 29.6, 57.54};
  369. CONST byte cSatellite[oPlu+1] = {1, 9, 0,
  370.   0, 0, 2, 16, 18, 15, 8, 1};
  371.  
  372. #ifdef ARABIC
  373. CONST AI ai[cPart] = {
  374.   {"    02 01F ", "Fortune"},
  375.   {"    01 02F ", "Spirit"},
  376.   {"    06 S F ", "Victory"},
  377.   {"    F  05F ", "Valor & Bravery"},
  378.   {"    05 03Fh", "Mind & Administrators"},
  379.   {"   h02r02Fh", "Property & Goods"},
  380.   {"    06 07 h", "Siblings"},
  381.   {"   j03 01Fh", "Death of Siblings"},
  382.   {"    06 07Fh", "Death of Parents"},
  383.   {"    07h02Fh", "Grandparents"},
  384.   {"    06 03Fh", "Real Estate"},
  385.   {"    07 06Fh", "Children & Life"},
  386.   {"   R02 02 h", "Expected Birth"},
  387.   {"    05 03 h", "Disease & Defects (1)"},
  388.   {"    05 07 h", "Disease & Defects (2)"},
  389.   {"   R07 07 h", "Captivity"},
  390.   {"    02 03 h", "Servants"},
  391.   {"   h07 04 h", "Partners"},
  392.   {"   h08 02 h", "Death"},
  393.   {"    05 07Fh", "Sickness & Murder"},
  394.   {"    03 07Fh", "Danger, Violence & Debt"},
  395.   {"   h09r09 h", "Journeys"},
  396.   {"   105 07Fh", "Travel by Water"},
  397.   {"    03 02Fh", "Faith, Trust & Belief"},
  398.   {"    02 07Fh", "Deep Reflection"},
  399.   {"    01 07Fh", "Understanding & Wisdom"},
  400.   {"    06 01Fh", "Fame & Recognition"},
  401.   {"    02 05Fh", "Rulers & Disassociation"},
  402.   {"    07 01Fh", "Father, Fate & Karma"}, /* Combust */
  403.   {"    F  07Fh", "Sudden Advancement"},
  404.   {"    01 07 h", "Celebrity of Rank"},
  405.   {"    07 05Fh", "Surgery & Accident"},
  406.   {"    04 03Fh", "Merchants & Their Work"},
  407.   {"    F  S Fh", "Merchandise (Exchange)"}, /* Moon */
  408.   {"    02 04Fh", "Mother"},
  409.   {"    S  F Fh", "Glory & Constancy"},
  410.   {"    01 F Fh", "Honorable Acquaintances"},
  411.   {"    06 F Fh", "Success"},
  412.   {"    04 F Fh", "Worldliness"},
  413.   {"    03 02 h", "Acquaintances"},
  414.   {"    03 S  h", "Violence"},
  415.   {"    01 03Fh", "Liberty of Person"},
  416.   {"    04 06Fh", "Praise & Acceptance"},
  417.   {"   h12r12 h", "Enmity"},
  418.   {"    F  S  h", "Bad Luck"},
  419.   {"    05 F F ", "Debilitated Bodies"},
  420.   {"    02D  F ", "Boldness & Violence"},
  421.   {"    S  03F ", "Trickery & Deceit"},
  422.   {"   h03 05  ", "Necessities"},
  423.   {"    03 F   ", "Realization of Needs"},
  424.   {"    01 05F ", "Retribution"},
  425.   {"    06 02  ", "Children (Male)"},
  426.   {"    04 02  ", "Children (Female)"},
  427.   {"    05 04  ", "Play & Variety"}, /* Change */
  428.   {"    07 03 h", "Stability"},
  429.   {"   h05 06Fh", "Speculation"},
  430.   {"    03 04Fh", "Art"},
  431.   {"   h05r05 h", "Sexual Attraction"},
  432.   {"    10 04 h", "Sex Drive & Stimulation"},
  433.   {"    05 01 h", "Passion"},
  434.   {"    05 04 h", "Emotion & Affection"},
  435.   {"   r08 07 h", "Most Perilous Year"},
  436.   {"   h08 07 h", "Peril"},
  437.   {"    09 08 h", "Occultism"},
  438.   {"    03 01 h", "Commerce"},
  439.   {"h09h03 04 h", "Marriage Contracts"},
  440.   {"   h09r09 h", "Travel by Land"},
  441.   {"    08H08 h", "Travel by Air"},
  442.   {" 30 01 02Fh", "Destiny"},
  443.   {" 30 02 01Fh", "Vocation & Status"},
  444.   {"   019 01 h", "Honor, Nobility (Day)"},
  445.   {"   033 02 h", "Honor, Nobility (Night)"},
  446.   {"    10 01 h", "Organization"},
  447.   {"    04h07 h", "Divorce"},
  448.   {"    08 01 h", "Ostracism & Loss"},
  449.   {"    02 08Fh", "Friends"},
  450.   {"    07 01 h", "Tragedy & Brethren"},
  451.   {"    02 10Fh", "Race (Consciousness)"},
  452.   {"    02D02Fh", "Bondage & Slavery"},
  453.   {"    F  09 h", "Imprisonment & Sorrow"},
  454.   {"    04 08 h", "Perversion"},
  455.   {"   h12 09 h", "Self-Undoing"},
  456.   {"    09 01 h", "Treachery & Entrapment"},
  457.   {"h12r12 09 h", "Bereavement"},
  458.   {"    06h12 h", "Suicide (Yang)"},
  459.   {"   h08 09 h", "Suicide (Yin)"},
  460.   {"    06 09 h", "Depression"},
  461.   {" 05 09 08 h", "Assassination (Yang)"},
  462.   {"   r12 09 h", "Assassination (Yin)"},
  463.   {"    09 06  ", "Cancer (Disease)"},
  464.   {"    08 07  ", "Catastrophe"},
  465.   {"    07 08  ", "Foolhardiness"},
  466.   {"    03 05  ", "Release & Luck"},
  467.   {"    06 03  ", "Benevolence & Assurance"},
  468.   {"    03 06  ", "Hope & Sensitivity"},
  469.   {"    03 07  ", "Aptness & Aloofness"},
  470.   {"    08 09  ", "Charm & Personality"},
  471.   {"    02 03F ", "Faith & Good Manners"},
  472.   {"    01 03  ", "Temperament"},
  473.   {"    04 03  ", "Security & Treasure"},
  474.   {"    08 03  ", "Originality"},
  475.   {"    03 08  ", "Eccentricity, Astrology"},
  476.   {"    09 03  ", "Divination"},
  477.   {"    03 09  ", "Intrusion"},
  478.   {"    05 06  ", "Negotiation"},
  479.   {"    06 05  ", "Discord & Controversy"},
  480.   {"    05 08  ", "Coincidence"},
  481.   {"    08 05  ", "Unpreparedness"},
  482.   {"    05 09  ", "Popularity"},
  483.   {"    09 05  ", "Misunderstanding"},
  484.   {"    04 06  ", "Sentiment & Marriage"},
  485.   {"    06 04  ", "Loneliness"},
  486.   {"    04 07  ", "Success in Investment"},
  487.   {"    07 04  ", "Frugality & Labor"},
  488.   {"    08 04  ", "Wastefulness"},
  489.   {"    04 09  ", "Vanity"},
  490.   {"    09 04  ", "Corruptness"},
  491.   {"    01 05  ", "Initiative"},
  492.   {"    05 02F ", "Memory"},
  493.   {"    04 01  ", "Love, Beauty & Peace"},
  494.   {"    01 04  ", "Disinterest & Boredom"},
  495.   {"    01 06  ", "Accomplishment"},
  496.   {"    07 02F ", "Influence"},
  497.   {"    06 01  ", "Increase & Impression"},
  498.   {"    09 07  ", "Caution"},
  499.   {"    07 09  ", "Timidity"},
  500.   {"    08 06  ", "Entertainment"},
  501.   {"    06 08  ", "Bequest"},
  502.   {"    01 09  ", "Genius"},
  503.   {"    02 09F ", "Revelation"},
  504.   {"    09 02F ", "Delusion"},
  505.   {"    08 02F ", "Misinterpretation"},
  506.   {"    01 08  ", "Intellectuality"},
  507.   {"    06 07 E", "Earth"},
  508.   {"    04 02 E", "Water"},
  509.   {"   r04 03 E", "Air & Wind"},
  510.   {"    05 01 E", "Fire"},
  511.   {"    07 05FE", "Clouds"},
  512.   {"    04 02FE", "Rains"},
  513.   {"    07 03FE", "Cold"},
  514.   {"    06 01FC", "Wheat"},
  515.   {"    06 02FC", "Barley & Meats"},
  516.   {"    04 06FC", "Rice & Millet"},
  517.   {"    07 06FC", "Corn"},
  518.   {"    07 05FC", "Lentils, Iron, Pungents"},
  519.   {"    05 07FC", "Beans & Onions"},
  520.   {"    01 03FC", "Chick Peas"},
  521.   {"    04 07FC", "Sesame & Grapes"},
  522.   {"    03 04FC", "Sugar & Legumes"},
  523.   {"    01 02FC", "Honey"},
  524.   {"    02 05FC", "Oils"},
  525.   {"    04 05FC", "Nuts & Flax"},
  526.   {"    02 03FC", "Olives"},
  527.   {"    05 07FC", "Apricots & Peaches"},
  528.   {"    03 06FC", "Melons"},
  529.   {"    05 02FC", "Salt"},
  530.   {"    03 01FC", "Sweets"},
  531.   {"    07 03FC", "Astrigents & Purgatives"},
  532.   {"    04 03FC", "Silk & Cotton"},
  533.   {"    05 07FC", "Purgatives (Bitter)"},
  534.   {"    06 07FC", "Purgatives (Acid)"},
  535.   {"    30D   H", "Secrets"},
  536.   {"    02 03FH", "Information True/False"},
  537.   {"    F D  FH", "Injury to Business"},
  538.   {" 03 07 06 H", "Freedmen & Servants"},
  539.   {" 02 07 06 H", "Employers"},
  540.   {"   h07 04 H", "Marriage"},
  541.   {"    06 01 H", "Time for Action/Success"},
  542.   {"    07 01 H", "Time Occupied in Action"},
  543.   {" 07 06 01 H", "Dismissal & Resignation"},
  544.   {"    05 02 H", "Life/Death of Absentee"},
  545.   {"    05 01 H", "Lost Animal (Light)"},
  546.   {"    05 07 H", "Lost Animal (Dark)"},
  547.   {"    03 05 H", "Lawsuit"},
  548.   {"h08 05 02 H", "Decapitation"},
  549.   {" 30 07 02 H", "Torture"},
  550.   {" 02h04D   H", "Lost Objects"}
  551. };
  552. #endif /* ARABIC */
  553.  
  554. /* data.c */
  555.